gtk: mark gtk_flatten_list_model_get_model_for_item as nullable
authorBilal Elmoussaoui <bil.elmoussaoui@gmail.com>
Sat, 1 Jan 2022 18:07:13 +0000 (19:07 +0100)
committerBilal Elmoussaoui <bil.elmoussaoui@gmail.com>
Sat, 1 Jan 2022 18:07:13 +0000 (19:07 +0100)
gtk/gtkflattenlistmodel.c

index 23b26a35f4693e4df5aa75ebe8d1e9feb40e7c4a..15a164f5c9e67a87c9808550f6c239e725fde429 100644 (file)
@@ -510,7 +510,7 @@ gtk_flatten_list_model_get_model (GtkFlattenListModel *self)
  *
  * Returns the model containing the item at the given position.
  *
- * Returns: (transfer none): the model containing the item at @position
+ * Returns: (transfer none) (nullable): the model containing the item at @position
  */
 GListModel *
 gtk_flatten_list_model_get_model_for_item (GtkFlattenListModel *self,